Usage SDKCoding PluginPlugin ComponentsLabelOn this pageLabelField name in the form. Interface: ILabel. See the parameters of this component in storybook. Example import {type ILabel} from "@onlyoffice/docspace-plugin-sdk"const label: ILabel = { text: "Input:", isRequired: false, truncate: true,}